CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - API函数 串口

搜索资源列表

  1. ucosII

    0下载:
  2. uC/OS-II 实时操作系统最小系统。 Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是
  3. 所属分类:uCOS

    • 发布日期:2017-12-03
    • 文件大小:1051377
    • 提供者:zenglinman
  1. serial-communication

    0下载:
  2. 在Delphi下利用API函数进行串口通信-API functions for serial communication in Delphi
  3. 所属分类:TAPI

    • 发布日期:2017-11-10
    • 文件大小:177414
    • 提供者:哈哈
  1. GPSCommrecv

    0下载:
  2. 使用API函数连接串口,读取$GPGGA格式的数据,(可根据需要更改为$GPRMC)-Connected to the serial port, use the API function reads the the $ GPGGA format of data, (based on the need to change the $ GPRMC)
  3. 所属分类:GPS develop

    • 发布日期:2017-11-24
    • 文件大小:2730843
    • 提供者:panjie
  1. VB6api_rs232

    0下载:
  2. 利用api函数编写的串口接收模块 比MSCOMM控件稳定!-The api function prepared by the serial receiver module stable than MSCOMM control
  3. 所属分类:Windows Kernel

    • 发布日期:2015-06-26
    • 文件大小:6144
    • 提供者:大象
  1. T_448_2

    0下载:
  2. Justin Harrell编写的C#代脉,通过使用Win32 API函数访问串行端口 -Justin Harrell written in C# behalf of the pulse, by using the Win32 API functions to access the serial port
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:2544
    • 提供者:tangyong
  1. pcommLib

    1下载:
  2. pcomm.lib串口编程库。PComm 库函数是台湾MOXA公司提供的,他为用户提供了基于win32 api的开发接口。 PComm库函数分为7大类:控制函数、数据输入函数、数据输出函数、状态函数、事件驱动函数、传输文件函数、特殊设定函数;上述函数均返回int型数据,若函数调用成功则返回0,否则返回一个负整数。-pcomm.lib serial programming library. PComm library functions Taiwan MOXA company, to provid
  3. 所属分类:Communication

    • 发布日期:2017-11-18
    • 文件大小:33378
    • 提供者:陈江明
  1. Work_RS

    0下载:
  2. 在MFC框架下,使用API函数实现串口通讯,绝对可用-MFC framework, the use of API functions for serial communication, absolutely free.
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:11117523
    • 提供者:w
  1. mscom

    0下载:
  2. 利用API函数实现与下位机的串口通信,经过略微更改可以实现自己的功能-API functions for serial communication
  3. 所属分类:SCM

    • 发布日期:2017-11-24
    • 文件大小:1217
    • 提供者:赵京师
  1. Pcomm

    0下载:
  2. 调用该Pcomm.dll动态库,完成在C++ Builder环境下的电脑从COM口读取数据。尤其是在串口通信应用、上位机云台控制等。省去自己编写API函数,节省开发者时间。-Call the Pcomm.dll dynamic library, completed in C++ Builder environment computer to read data from the COM port. Especially in serial communications applications,
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:24928
    • 提供者:林恒
  1. serial-communication-test-2

    0下载:
  2. 一个win32 API函数的串口通讯,主要实现的功能是电脑vc做上位机,实时的给下位机发送数据。-A win32 API function of serial communication, the main implementation is the function of computer vc do PC, real-time to lower place machine to send data.
  3. 所属分类:Communication

    • 发布日期:2017-11-07
    • 文件大小:4155591
    • 提供者:孟榆烊
  1. com

    0下载:
  2. 介绍了使用CreateFile()和WriteFile()函数读写串口的实例,通过调用Windows的API函数,可以清楚的掌握串口通讯的机制,自由灵活。-Describes the use CreateFile () and WriteFile () function to read and write serial instance, by calling the Windows API function, you can clearly grasp the serial communica
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:15610507
    • 提供者:海龙
  1. Float-Process

    1下载:
  2. VB串口通信中经常会遇到10进制浮点数转为多字节Byte数据类型的情况,以及在接收后需转为10进制浮点数需求。 VB有专门的API函数CopyMemory能处理2-10进制浮点数转换和10-2进制浮点数转换。 下列代码演示了10进制Single(单精度浮点型转为16进制字符显示的浮点数和其相反运算: -VB serial communication often encounter decimal floating-point to multi-byte Byte data type,
  3. 所属分类:MPI

    • 发布日期:2016-08-22
    • 文件大小:13312
    • 提供者:冀鹏超
  1. SerCom-0815

    0下载:
  2. 本程序实现了发送和接收数据的功能,采用了串口通信,实现串口通信采用的是windows API函数实现的。-This procedure has the function of sending and receiving data, using serial communications, serial communications using windows API function to achieve.
  3. 所属分类:Communication

    • 发布日期:2017-06-17
    • 文件大小:27319575
    • 提供者:飘彦
  1. seri

    0下载:
  2. 基于ARM开发板的linux下的串口编程,做好两个API函数,可供应用程序直接调用,设置方便简单,感兴趣的也可以研究函数内部详细设置过程。-ARM-based development board serial programming under linux, do two API functions are available directly calling application, easy to set up, you can also set up a detailed study of
  3. 所属分类:Driver develop

    • 发布日期:2017-04-11
    • 文件大小:1247
    • 提供者:闲云
  1. Seriawritel

    0下载:
  2. 基于vc6.0开发的硬件序列号烧写程序,主要运用了Windows串口API函数和MFC的简单应用-Vc6.0 developed hardware-based serial number burning process, the main use of the Windows API functions and MFC serial simple application
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:36428
    • 提供者:单车
  1. Serial

    0下载:
  2. 在win32 环境中,调用Windows的API函数,这种方法可以清楚地掌握串口通信的机制,并且自由灵活-In the win32 environment, calling Windows API functions, this approach can clearly grasp the mechanism of serial communication, and the freedom and flexibility
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:142365
    • 提供者:wwchao
  1. wince

    0下载:
  2. WinCE串口编程API函数,非常适合初学者-WinCE dlajg kllg,ad ak gf wt ireot.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:26570
    • 提供者:孙未来
  1. serial

    0下载:
  2. 使用API函数实现的串口通讯DLL,使用VC++编写,可以单独使用,注意看“使用说明.txt”-API functions using serial communication DLL, using VC++ to write, can be used alone, note the "instructions for use. Txt"
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3304779
    • 提供者:赵国栋
  1. UARTTest

    0下载:
  2. 用API函数写的串口通信,对于读着更好理解串口,写的比较简单,可以自己一次开发动态链接库-Using the API function to write the serial communication port for a better understanding of reading and writing is relatively simple, you can own a development dynamic link library
  3. 所属分类:Communication

    • 发布日期:2017-05-09
    • 文件大小:1995269
    • 提供者:路明
  1. Delphi_230785

    0下载:
  2. 用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等 -With multi-threading technology Delphi API serial communication example, the application simply call API for read/write buffer operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6762
    • 提供者:B4P56BE
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com